-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
speed up is_compatible; makes event_source factory faster #927
Conversation
Codecov Report
@@ Coverage Diff @@
## master #927 +/- ##
=========================================
- Coverage 78.11% 77.82% -0.3%
=========================================
Files 185 185
Lines 10557 10573 +16
=========================================
- Hits 8247 8228 -19
- Misses 2310 2345 +35
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
FYI coverage went down, since I added untested code. |
@watsonjj could your approve again quickly? Another commit removed your previous review .... I'm sorry. |
* master: Major coordinate refactoring, fixes cta-observatory#899, cta-observatory#900, cta-observatory#505, cta-observatory#416 (cta-observatory#896) speed up is_compatible; makes event_source factory faster (cta-observatory#927) Prefix containers (cta-observatory#833) remove optional deps in order to fix tests (cta-observatory#925) Charge Resolution Update (cta-observatory#827) Remove serializer, fixes cta-observatory#887 (cta-observatory#913) deleted summary.html - accidentally committed file (cta-observatory#919) # Conflicts: # ctapipe/tools/extract_charge_resolution.py # examples/simple_event_writer.py
This is a commit from #916 where @watsonjj said, this is useful and should be in the master anyway.